UIRefreshControl
extension Reactive where Base: UIRefreshControl
The reactive extension can be accessed through the reactive
instance property and the reactive
static property.
-
Sets whether the refresh control should be refreshing.
Declaration
Swift
public var isRefreshing: BindingTarget<Bool>
-
Sets the attributed title of the refresh control.
Declaration
Swift
public var attributedTitle: BindingTarget<NSAttributedString?>
-
The action to be triggered when the refresh control is refreshed. It also controls the enabled and refreshing states of the refresh control.
Declaration
Swift
public var refresh: CocoaAction<Base>?